Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunking code added to meet API limits #44

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

moorsey
Copy link

@moorsey moorsey commented Jan 6, 2024

Fixes #34

New API V9 limits requests to 100 commands. This change adds a new def to chunk the number of commands sent, sending multiple requests if over 100

Tested and works for me. Logging isn't great and needs a check I think, but functionality is there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"You can only submit max 100 commands pr. sync operation. Please split them up in smaller chunks"
1 participant